home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / PC Tools Firewall / fwinstall.exe / {cf} / PC Tools / NDIS / InstallNDIS32 / pctNdis.inf < prev    next >
Windows Setup INFormation  |  2010-01-07  |  2KB  |  69 lines

  1. ; pctNdis.inf
  2. ; Copyright (c) 2009 - PC Tools
  3.  
  4. [Version]
  5. Signature  = "$Windows NT$"
  6. Class      = NetService
  7. ClassGUID  = {4D36E974-E325-11CE-BFC1-08002BE10318}
  8. Provider   = %PCTools%
  9. DriverVer  = 07/01/2009,1.0.0.35
  10. CatalogFile= pctNdis.cat
  11.  
  12. [Manufacturer]
  13. %PCTools% = PCTOOLS
  14.  
  15. [ControlFlags]
  16.  
  17. [PCTOOLS]
  18. %PCTNdis_Desc% = PCTNdis.ndi, PCTNdis
  19.  
  20. [PCTNdis.ndi]
  21. AddReg = PCTNdis.ndi.AddReg, PCTNdis.AddReg
  22. Characteristics = 0x410 ; NCF_FILTER | NCF_NO_SERVICE !!--Filter Specific--!!
  23. CopyFiles       = PCTNdis.CopyFiles.Sys
  24. CopyInf        = PCTNdis_m.inf
  25.  
  26. ; ----------------------------------------------------------------------
  27. ; File copy
  28. ;
  29. [SourceDisksNames]
  30. 1=%DiskDescription%,"",,
  31.  
  32. [SourceDisksFiles]
  33. pctNdis.sys=1
  34.  
  35. [DestinationDirs]
  36. DefaultDestDir = 12
  37. PCTNdis.CopyFiles.Sys   = 12   ; %windir%\System32\drivers
  38.  
  39. [PCTNdis.CopyFiles.Sys]
  40. pctNdis.sys,,,2
  41.  
  42. ; ----------------------------------------------------------------------
  43. ; PCTNdis Install
  44. ;
  45.  
  46. [PCTNdis.ndi.AddReg]
  47. HKR, Ndi, HelpText, , %PCTNdis_HELP%
  48. HKR, Ndi,            FilterClass,         , failover
  49. HKR, Ndi,            FilterDeviceInfFile, , PCTNdis_m.inf
  50. HKR, Ndi,            FilterDeviceInfId,   , s4e_PCTNdismp
  51. HKR, Ndi,            Service,             , pctNDIS
  52. HKR, Ndi\Interfaces, UpperRange,          , noupper
  53. HKR, Ndi\Interfaces, LowerRange,          , nolower
  54. HKR, Ndi\Interfaces, FilterMediaTypes,    , "ethernet, tokenring, fddi, wan"
  55.  
  56. [PCTNdis.AddReg]
  57. HKR, Parameters, Param1, 0, 4
  58.  
  59. [PCTNdis.ndi.Remove]
  60. DelFiles = PCTNdis.CopyFiles.Sys
  61.  
  62. ; ----------------------------------------------------------------------
  63. [Strings]
  64. PCTools = "PCtools"
  65. DiskDescription = "PC Tools Firewall Driver Disk"
  66.  
  67. PCTNdis_Desc = "PC Tools Firewall Driver"
  68. PCTNdis_HELP = "PC Tools Firewall Driver"
  69.